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

move it issues

asked 2018-01-08 10:26:41 -0500

omer91 gravatar image

updated 2018-01-08 10:29:18 -0500

after moving from ros indigo to ros kinetic, i'm trying to modify my code to work on ros kinetic, i am having some issues with moveit.

image descriptionhttps://i.imgur.com/4kCEfzI.png

edit retag flag offensive close merge delete

Comments

2

Please copy-paste text directly. Do not post screenshots of text, it does not make sense.

gvdhoorn gravatar image gvdhoorn  ( 2018-01-08 10:30:23 -0500 )edit

2 Answers

Sort by ยป oldest newest most voted
1

answered 2018-01-09 03:46:24 -0500

omer91 gravatar image

i found out the problem was i had to declare that im using c++11. had to add to the cmake:

add_compile_options(-std=c++11)
edit flag offensive delete link more
2

answered 2018-01-08 11:07:35 -0500

AndyZe gravatar image

It looks like that first error is an issue with your code, not MoveIt!:

error: 'robot_model_' was not declared in this scope

So check carefully whether robot_model_ was declared in the right spot.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2018-01-08 10:26:41 -0500

Seen: 372 times

Last updated: Jan 09 '18