Closed faragon55 closed 3 years ago
Sorry about that! I added the ability for Camp to send audio alerts for mode changes which uses sound_play.
Rerunning rosdep install --from-paths src --ignore-src -r -y
in catkin_ws should pick up the new dependency.
If not, you can install it yourself with sudo apt install ros-noetic-sound-play
.
Alternatively, you can comment out the sound play node from the appropriate launch file.
I believe there are two problems evidenced in this issue.
what(): Character [$] at element [1] is not valid in Graph Resource Name [/$(arg robotNamespace/project11/heartbeat]. Valid characters are a-z, A-Z, 0-9, / and _.
[operator/camp-21] process has died [pid 14395, exit code -6, cmd /home/fas/development/project11_gfoe/catkin_ws/devel/lib/camp/CCOMAutonomousMissionPlanner /home/fas/development/project11_gfoe/catkin_ws/src/camp/workspace/ /home/fas/development/project11_gfoe/catkin_ws/src/camp/workspace/13283/13283_2.KAP __name:=camp __log:=/home/fas/.ros/log/0adc898e-ee75-11eb-8e2c-fb51ddab20c9/operator-camp-21.log].
I believe 2 is addressed by this commit: https://github.com/GFOE/project11/commit/dd6b840c342c62b69d0922bfb646c93fba807c55 which is a part of this PR: https://github.com/CCOMJHC/project11/pull/10
I believe this is addressed with the merge of https://github.com/CCOMJHC/project11/pull/10
Fine to close on my end.
@rolker @bsb808 @apob
Last week I pulled all the GFOE forked repos and the ben simulation no longer works. The error seems to be caused by not being able to launch
sound_paly_node.py
. However, the simulation worked fine when I first pulled the repos. It seems that merging the GFOE and CCOMJHC branches after https://github.com/GFOE/project11/commit/eb7811b8242adb19f2364b78472a956965727c4c might have caused the issue.ERROR: cannot launch node of type [sound_play/soundplay_node.py]: sound_play
The very first time I built the code and everything worked I had pulled https://github.com/GFOE/project11/commit/31d0c10443230b02abf527ce4b55ccfb3a32e1b3