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

martijn_'s profile - activity

2020-12-18 13:58:19 -0500 marked best answer How to build and source from Eclipse

I am currently working on a .cpp file in Eclipse (called myownstuff.cpp which I put in the turtlesim package). Whenever I want to run it, I have to type this in the console:

catkin build turtlesim
source devel/setup.bash
rosrun turtlesim myownstuff

Is it possible to do (parts of) these commands in Eclipse? I tried some options related to building and sourcing, but they don't seem to work. Any help or ideas are welcome!

2020-12-18 13:40:37 -0500 received badge  Notable Question (source)
2020-12-18 13:40:37 -0500 received badge  Popular Question (source)
2020-05-05 11:42:19 -0500 received badge  Famous Question (source)
2019-08-27 03:15:23 -0500 received badge  Notable Question (source)
2019-08-27 03:15:23 -0500 received badge  Popular Question (source)
2019-07-26 07:03:53 -0500 asked a question How to build and source from Eclipse

How to build and source from Eclipse I am currently working on a .cpp file in Eclipse (called myownstuff.cpp which I put

2019-07-13 07:51:01 -0500 marked best answer ros-kinetic-husky-simulator installation failed

I try to install ros-kinetic-husky-simulator by commanding:

$ sudo apt-get install ros-kinetic-husky-simulator

as is said in the tutorial at http://wiki.ros.org/husky_gazebo/Tuto... .

I get this error

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

and notice a lot of errors like this one

E: Failed to fetch http://packages.ros.org/ros/ubuntu/pool/main/r/ros-kinetic-husky-gazebo/ros-kinetic-husky-gazebo_0.3.1-0xenial-20190131-135412-0800_amd64.deb  404  Not Found [IP: 64.50.233.100 80]

If I look at the website, I see that version 0.3.1 is no longer there. It now contains 0.3.3. Therefore I suppose the installation-link that I am using is not working properly. Can anybody help me on how to install the simulator? (I am at beginners-level in Ubuntu.) And also, hopefully we can fix it in the tutorial, as I suppose at this moment everybody who tries to install it has the same problem.

Thanks in advance!

2019-07-13 07:51:01 -0500 received badge  Scholar (source)
2019-07-13 07:31:31 -0500 commented answer ros-kinetic-husky-simulator installation failed

This solved my problem. Thanks!

2019-07-13 07:31:02 -0500 received badge  Supporter (source)
2019-07-12 12:39:07 -0500 asked a question ros-kinetic-husky-simulator installation failed

ros-kinetic-husky-simulator installation failed I try to install ros-kinetic-husky-simulator by commanding: $ sudo apt-