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

ask for help

asked 2016-04-04 02:02:51 -0500

Emilien gravatar image

hi, I create a catkin workspace and also a package which contain a node.cpp. when i build my project, i found this error in the picture. can you help me please?image description

edit retag flag offensive close merge delete

Comments

1

Please just copy/paste the error text into your question (use the Preformatted text button (the one with 101010 on it)), don't use images to show us what is essentially text.

Also: please use a more descriptive question title "ask for help" doesn't tell us much.

gvdhoorn gravatar image gvdhoorn  ( 2016-04-04 02:05:14 -0500 )edit

why??!!! the picture is clear

Emilien gravatar image Emilien  ( 2016-04-04 02:38:24 -0500 )edit

One important reason: images are not searchable by search engines, so people can't use the search to find it. It's also impossible to quote parts of your image. Additionally (but it is not the case here): image hosters have different retention periods, which might lead to lost images.

gvdhoorn gravatar image gvdhoorn  ( 2016-04-04 03:00:54 -0500 )edit

ok thanks, i will create other question

Emilien gravatar image Emilien  ( 2016-04-04 03:11:18 -0500 )edit

ok thanks, i will create other question

Please, jut edit this one. Use the edit button/link (right under your original question) for that. No need for a new one.

gvdhoorn gravatar image gvdhoorn  ( 2016-04-04 03:23:26 -0500 )edit

Why did you delete the question?

gvdhoorn gravatar image gvdhoorn  ( 2016-04-04 11:00:56 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2016-04-04 03:02:49 -0500

gvdhoorn gravatar image

A bit of a guess, as you haven't included your CMakeLists.txt, but it appears that you're trying to add_dependencies(range ..) while there is no target range declared anywhere.

That is essentially what the error is telling you.

edit flag offensive delete link more

Comments

so, what can i do please?

Emilien gravatar image Emilien  ( 2016-04-04 03:21:53 -0500 )edit

Figure out where the add_dependencies(..) is, and why it's referring to a target called range. Then also figure out why that target doesn't exist. Or something similar.

gvdhoorn gravatar image gvdhoorn  ( 2016-04-04 03:24:58 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2016-04-04 02:02:51 -0500

Seen: 636 times

Last updated: Apr 04 '16