Questions tagged [ros-hydro]

716 questions
0
votes
1 answer

Problems installing Hydro on Pi3 (yaml.constructor)

Hi, I'm following the step-by-step instruction: http://wiki.ros.org/ROSberryPi/Setting%20up%20Hydro%20on%20RaspberryPi Step: $ rosinstall_generator ros_comm --rosdistro hydro --deps --wet-only > hydro-ros_comm-wet.rosinstall returns error: File…
Rabiato
0
votes
1 answer

Hi, I am trying to install ROS hydro on Ubuntu 12.04.05 LTS. But it seems that hydro repository is not available?

I added this Repository: sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu precise main" > /etc/apt/sources.list.d/ros-latest.list' As I tried it for the other repository that listed in ROS hydro installation. But when I want to install ros…
Rony_s
0
votes
1 answer

Update package summary section in package wiki

I need to update some information in "Package Summary" section on my wiki page. I already changed the information in package.xml but anything happens. Originally posted by ricardoej on ROS Answers with karma: 85 on 2018-08-23 Post score: 0
ricardoej
0
votes
1 answer

ROS Answers SE migration: CMakeList.txt

Hey, I want to include so moveit headers in my CMakeList.txt, because when I run catkin_make this error comes up CMkeFiles/inv_node.dir/src/inv_node.cpp.o: In function 'main': inv_node.cpp:(.text+0x33f): undefined reference to…
JonasG
0
votes
1 answer

Do I have to build a package, when I want to run a node?

Hello, I am working on my Bachelor-Thesis and I want to run a node from a MoveIt! tutorial. (http://docs.ros.org/kinetic/api/moveit_tutorials/html/doc/pr2_tutorials/kinematics/src/doc/kinematic_model_tutorial.html) Do I have to build a package and…
JonasG
0
votes
1 answer

can i compile hydro with gcc 4.8

specifically, i am interested in compiling with cxx11, and gcc4.8 offers a cxx11 implementation (invoked with an appropriate flag) that we would like to use. Originally posted by legalup on ROS Answers with karma: 1 on 2015-11-11 Post score: 0
legalup
0
votes
1 answer

ROS Answers SE migration: ButtonEvent

Hi I am using ROS Hydro I wanted to subscribe to kobuki_msgs::ButtonEvent using roscpp client. However, the compiler does not recognize this event and throws an error message error: ‘ButtonEvent’ in namespace ‘kobuki_msgs’ does not name a type I…
Anis
0
votes
1 answer

How to add sick_tim551 to rviz and visualize the scan?

branch: turtlebot (hydro); platform: ubuntu 12.04; package: ros-hydro-sick_tim When I use the normal camera options I could visualize the RobotModel and the camera data correctly in RViz. Until I start the command roslaunch sick_tim…
HSKA
0
votes
1 answer

ROS Answers SE migration: ax2550 node

Hello, I have been trying to run the ax2550_node from the ros ax2550 package found here https://github.com/wjwwood/ax2550.git . But i get an error which says AX2550 connecting to port /dev/motor_controller [ERROR] [1424892454.858165528]: Failed to…
asusrog
0
votes
1 answer

Add mysql library to ROS package

Hi, I would like connect ros node with a Mysql DB but I can't do it. I don't know how use mysql lib client in Ros node because when compiled it appears error as undefined reference to `mysql_get_client_info'. I'm try use cpp cflags export in…
Edmodi
0
votes
1 answer

How can I install Hydro and Indigo alongside on Ubuntu 14.04

I installed indigo resourcefully.PR2 is supported only for Hydro.I tried installing hydro by following official doc (http://wiki.ros.org/hydro/Installation/Ubuntu) I get following error $ sudo apt-get install ros-hydro-desktop-full Reading package…
prrraveen
0
votes
1 answer

Message MD5 generation

Hi all, for my ROS project I need to get MD5 checksum of messages from their .msg files. Following documentation this should be quite simple. I just get the .msg file with: comments and whitespace removed; package names of…
afranceson
0
votes
1 answer

Install package from source

I'm trying to install a package my supervisor wrote, and he's given me read access to the repo. I can't seem to install it using this method http://answers.ros.org/answers/115386/revisions/, but I was hoping it could be done in a more…
chris_
0
votes
1 answer

unistall hydro version

Hi everyone I have three different versions of ROS installed on my system and i want to unistall Hydro. I can not do it with sudo apt-get remove ros-hydro I think it is a wrong command. Does anyone know how should i do it??? thanks:)) I could…
mohammad
0
votes
1 answer

ROS Hydro Amazon EC2

I'm using ubuntu 12.04, ros hydro, and my computer seems to be too slow sometimes, making ros crashes. So I'm wondering if I should use a cloud services. Did somebody already use the Amazone EC2? If yes, did it work fine? Thank you Originally…
Moda
1
2