Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added GEMstack/scripts/__init__.py
Empty file.
3 changes: 3 additions & 0 deletions setup/setup_this_machine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ git clone https://github.com/astuff/astuff_sensor_msgs.git
git clone https://github.com/ros-perception/radar_msgs.git
cd radar_msgs; git checkout noetic; cd ..

# Remove the ibeo_msgs folder so it is not included
rm -rf astuff_sensor_msgs/ibeo_msgs

cd .. #back to catkin_ws
rosdep install --from-paths src --ignore-src -r -y
catkin_make -DCMAKE_BUILD_TYPE=Release
Expand Down