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

brharper13's profile - activity

2018-02-01 13:16:29 -0500 received badge  Famous Question (source)
2018-02-01 13:16:29 -0500 received badge  Notable Question (source)
2018-02-01 13:16:29 -0500 received badge  Popular Question (source)
2017-03-26 17:28:58 -0500 asked a question Code::Blocks and ROS Setup - rospack export returns empty line

Hi all,

I'm trying to integrate Code::Blocks with the actionlib_tutorials package to no avail. I'm using the ROS IDEs Wiki page for Code::Blocks and I'm getting a blank line when using:

rospack export --lang=cpp --attrib=cflags PackageName

rospack export --lang=cpp --attrib=lflags PackageName

I've created the package using catkin tools and have successfully run catkin build in the package root.

My ROS_PACKAGE_PATH is:

/TigerBotWS/TigerBot/src/actionlib_tutorials:/opt/ros/kinetic/share

And using tree on my package looks like the following:

. ├── build

│   ├── actionlib_tutorials

│   └── catkin_tools_prebuild

├── devel

│   ├── etc

│   ├── lib

│   └── share

├── logs

└── src

│   └── actionlib_tutorials

Any idea as to why the cflags attribute from rospack export might be blank?

Thanks in advance.

(P.S. There was a previous topic about this here. The tutorial is points to did not solve my issue hence the re-post)

2017-03-26 11:11:48 -0500 received badge  Supporter (source)