-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to get Fetch and Gazebo9 installed and tested? #77
Comments
Hi, I’ll need to check if it’s available in the standard ROS repos yet or if it’s only in shadow-fixed... ros/rosdistro#20745 Was merged 13 days ago, and if there hasn’t been a “Melodic sync” ( a process manually triggered by someone at Open Robotics / OSRF ) then it will only be in the shadow-fixed repository |
But, when you’ve installed from source, you’ll need to run a rosdep command to install the dependencies you need. You can see an example in this dockerfile I shared: |
rosdep install fixed it. |
I also responded to @DanielTakeshi in ros/rosdistro#20745 |
Thanks for the clarifications @moriarty . It's really nice that you are responsive. |
@ajaytanwani You can also use the ROSject with the simulation prepared there: ROSJECT.Fetchit-Challenge |
Hi Fetch Support,
We have an Ubuntu 18.04 machine with Ros Melodic and Gazebo9 installed:
We are trying to get the Fetch robot started in the Gazebo simulator. We have read the other issues here and are aware that there are several problems with the simulator, but we would like to even get the simulator started so that we can observe these problems. The question is, how to install?
In our Ubuntu 14.04 machines with Fetch installed, running the Fetch on the Gazebo is easy because it just involves installing a package as shown in your README.
However, such a package does not appear to be available for Ubuntu 18.04, as suggested by this question on Ros Answers. That question was answered on October 2018, so perhaps there has been an update since then? But we cannot do a sudo apt-get installed. This is what we see after doing a
sudo apt-get update
beforehand:Next, we figured we would try a "manual" installation. To our knowledge, this is done by cloning this repository into
catkin_ws/src
and then doingcatkin_make
to build. Here is our output:And then running
catkin_make
results in the following output in the following pastebin.It suggests to install some "robot_controllers" package, but we are not sure what that refers to, or if installing this is on the right track towards getting the Fetch displayed in the Gazebo.
Hopefully this issue shows what we are trying to do --- just getting the Fetch displayed in our Gazebo. Are these the right steps to follow? If not, where may we find the steps?
We're happy to provide any more information about our setup if necessary.
Thanks for your time!
The text was updated successfully, but these errors were encountered: