Skip to content

Issue With Navigation Stack Locobot WX200 #25

Answered by lukeschmitt-tr
brennanmk asked this question in Q&A
Discussion options

You must be logged in to vote

@brennanmk We have now pushed the updated Navigation package to GitHub and the corresponding documentation to our doc site. The following steps can be taken to update the robot:

  1. Pull the changes from the remote to the robot. Make sure the robot is connected to the internet.
    cd ~/interbotix_ws
    cd src/interbotix_ros_core && git pull && cd -
    cd src/interbotix_ros_rovers && git pull && cd -
    cd src/interbotix_ros_toolboxes && git pull && cd -
  2. Install any new dependencies.
    cd ~/interbotix_ws && rosdep install --from-paths src --ignore-src -r -y --rosdistro=$ROS_DISTRO
  3. Rebuild the workspace, checking for any errors in the process.
    cd ~/interbotix_ws && catkin_make
  4. Update the Create 3 base co…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by lukeschmitt-tr
Comment options

You must be logged in to vote
1 reply
@lukeschmitt-tr
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants