#!bash
cd ~/vmrc_ws/src
hg clone ssh://hg@bitbucket.org/osrf/vmrc
cd ~/vrmc_ws
catkin_make
I then get a make error - the pertinent bit seems to be
In file included from /home/bsb/vmrc_ws/src/vmrc/usv_gazebo_plugins/src/usv_gazebo_thrust_plugin.cc:26:0:
/home/bsb/vmrc_ws/src/vmrc/usv_gazebo_plugins/include/usv_gazebo_plugins/usv_gazebo_thrust_plugin.hh:36:41: fatal error: usv_gazebo_plugins/UsvDrive.h: No such file or directory
Original report (archived issue) by Brian Bingham (Bitbucket: brian_bingham).
If I do a clean setup, e.g.,
I then get a make error - the pertinent bit seems to be
If I run catkin_make again, it all compiles.