ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

RoboStack Turtlebot3 teleop

asked 2021-09-15 19:27:11 -0500

osilva gravatar image

updated 2022-03-05 17:53:01 -0500

lucasw gravatar image

I started to play around with RoboStack https://github.com/RoboStack/ros-noetic. I think is promising but still there is work to do. The installation was not very straight forward in Windows but with some work I was able to figure it out. I was also able to run turtlesim without much problems, however turtlebot3, I am able to launch gazebo, start the teleop node, check that is publishing correctly, but turtebot3 doesn't move in Gazebo. Unfortunately there is no error I can share, it just doesn't work. If anyone has come across this problem, open to suggestions. Thank you.

edit retag flag offensive close merge delete

Comments

Just have a look at this question: #q244159, if it is not working then feel free to drop commet.

Ranjit Kathiriya gravatar image Ranjit Kathiriya  ( 2021-09-16 02:10:09 -0500 )edit

I tried those things. RoboStack is new way to run ROS under Anaconda and is experimental. Thank you for the suggestion.

osilva gravatar image osilva  ( 2021-09-16 02:44:01 -0500 )edit

I think you should go with ubuntu then.

Ranjit Kathiriya gravatar image Ranjit Kathiriya  ( 2021-09-16 02:52:16 -0500 )edit
1

I am experimenting with RoboStack to see if it’s stable to use for education. But yes no issues using turtlebot3 with WSL or Ubuntu :)

osilva gravatar image osilva  ( 2021-09-16 05:09:50 -0500 )edit

1 Answer

Sort by » oldest newest most voted
0

answered 2021-09-16 09:40:26 -0500

osilva gravatar image

Got it to work, had to start from scratch again:

RoboStack (for ROS Noetic)

$ conda create -n robostackenv python=3.8
$ conda config --env --add channels conda-forge
$ conda config --env --add channels robostack
$ conda config --env --set channel_priority strict

$ conda install -c robostack ros-noetic-desktop-full

on Windows, install Visual Studio 2017 or 2019 with C++ support see https://docs.microsoft.com/en-us/cpp/...

$ conda install vs2019_win-64

$ conda deactivate robostackenv
$ conda activate robostackenv

Turtlebot3 installation:

$ conda install -c robostack ros-noetic-turtlebot3
$ conda install -c robostack ros-noetic-turtlebot3-gazebo
$ conda install -c robostack ros-noetic-turtlebot3-fake

Notice that the installation to work:

$ conda install -c robostack ros-noetic-desktop-full

For some reason yesterday it was working conda install ros-noetic-desktop-full but not anymore.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2021-09-15 19:27:11 -0500

Seen: 436 times

Last updated: Sep 16 '21