Closed Carter90 closed 4 years ago
Thanks Carter!
From: Carter Frost notifications@github.com Reply to: BCLab-UNM/SC2 reply@reply.github.com Date: Sunday, August 9, 2020 at 3:08 AM To: BCLab-UNM/SC2 SC2@noreply.github.com Cc: Matthew Fricke matthew@fricke.co.uk, Review requested review_requested@noreply.github.com Subject: [BCLab-UNM/SC2] Autonomous/manual mode && MinCore->Core rename (#76)
The general launch file can now be called with a mode augment anything that is not "auto" will place the rover in a manual mode so you can then call the repl or specific behaviors for testing. This will eliminate the need to comment out the task launch in core to do testing.
roslaunch ./launch/scoot.launch "search:=searchRandomWalk" "mode:=manual" ROS_NAMESPACE="/scout_1" rosrun scoot repl.py
You can view, comment on, or merge this pull request online at:
https://github.com/BCLab-UNM/SC2/pull/76
Commit Summary
File Changes
Patch Links:
— You are receiving this because your review was requested. Reply to this email directly, view it on GitHubhttps://github.com/BCLab-UNM/SC2/pull/76, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AA6DSEZ3QHZHHSNUXSSEJODR7ZRR7ANCNFSM4PZC4Y3A.
The general launch file can now be called with a mode augment anything that is not "auto" will place the rover in a manual mode so you can then call the repl or specific behaviors for testing. This will eliminate the need to comment out the task launch in core to do testing.
roslaunch ./launch/scoot.launch "search:=searchRandomWalk" "mode:=manual"
ROS_NAMESPACE="/scout_1" rosrun scoot repl.py