Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

euslis msg files are not generated even though written in find_packages #30

Open
garaemon opened this issue May 6, 2015 · 12 comments
Open

Comments

@garaemon
Copy link
Member

garaemon commented May 6, 2015

I write find_packages like

find_package(catkin REQUIRED COMPONENTS cmake_modules message_generation std_ms\
gs std_srvs geometry_msgs roscpp rospy sensor_msgs visualization_msgs message_f\
ilters message_generation jsk_pcl_ros interactive_markers pcl_conversions jsk_t\
opic_tools rviz eigen_conversions dynamic_tf_publisher jsk_interactive_marker j\
sk_recognition_msgs move_base_msgs rosgraph_msgs topic_tools jsk_topic_tools js\
k_ik_server pcl_msgs jsk_footstep_msgs drc_com_common jsk_perception jsk_calibr\
ation resized_image_transport smach_msgs pcl_ros nav_msgs tf dynamic_reconfigur\
e pr2_msgs trajectory_msgs roseus)

But smach_msgs, pr2_msgs and trajectory_msgs and so on are not generated under devel/share/roseus/ros

@k-okada
Copy link
Member

k-okada commented May 6, 2015

Please paste cmake output

2015年5月6日水曜日、Ryohei [email protected]さんは書きました:

I write find_packages like

find_package(catkin REQUIRED COMPONENTS cmake_modules message_generation std_ms
gs std_srvs geometry_msgs roscpp rospy sensor_msgs visualization_msgs message_f
ilters message_generation jsk_pcl_ros interactive_markers pcl_conversions jsk_t
opic_tools rviz eigen_conversions dynamic_tf_publisher jsk_interactive_marker j
sk_recognition_msgs move_base_msgs rosgraph_msgs topic_tools jsk_topic_tools js
k_ik_server pcl_msgs jsk_footstep_msgs drc_com_common jsk_perception jsk_calibr
ation resized_image_transport smach_msgs pcl_ros nav_msgs tf dynamic_reconfigur
e pr2_msgs trajectory_msgs roseus)

But smach_msgs, pr2_msgs and trajectory_msgs and so on are not generated
under devel/share/roseus/ros


Reply to this email directly or view it on GitHub
#30.

◉ Kei Okada

@garaemon
Copy link
Member Author

garaemon commented May 6, 2015

@k-okada
Copy link
Member

k-okada commented May 6, 2015

if you install roseus, pr2eus from source
try

catkin b roseus
catkin b pr2eus

◉ Kei Okada

On Wed, May 6, 2015 at 1:13 PM, Ryohei Ueda [email protected]
wrote:

Uploaded to gist
https://gist.github.com/garaemon/af9e75c5b31047fd0d7d


Reply to this email directly or view it on GitHub
#30 (comment).

@garaemon
Copy link
Member Author

garaemon commented May 6, 2015

Why is it required?

@garaemon
Copy link
Member Author

garaemon commented May 6, 2015

roseus and pr2eus are listed on package.xml

@k-okada
Copy link
Member

k-okada commented May 6, 2015

not not requried, just to want to see what's happens, also try with
--force-cmake,

important messages are

[jsk_2014_picking_challenge] -- Using these message generators:
gencpp;geneus;genlisp;genpy
[jsk_2014_picking_challenge] -- Generating .msg files for action
jsk_2014_picking_challenge/MoveArm2TargetBin
/home/k-okada/catkin_ws/ws_semi/src/2014-semi/jsk_2014_picking_challenge/action/MoveArm2TargetBin.action
[jsk_2014_picking_challenge] -- Generating .msg files for action
jsk_2014_picking_challenge/ObjectPicking
/home/k-okada/catkin_ws/ws_semi/src/2014-semi/jsk_2014_picking_challenge/action/ObjectPicking.action
[jsk_2014_picking_challenge] -- jsk_2014_picking_challenge: 22 messages, 7
services

◉ Kei Okada

On Wed, May 6, 2015 at 1:31 PM, Ryohei Ueda [email protected]
wrote:

roseus and pr2eus are listed on package.xml


Reply to this email directly or view it on GitHub
#30 (comment).

@garaemon
Copy link
Member Author

garaemon commented May 6, 2015

I see, I will put log

◉ ryohei

On Wed, May 6, 2015 at 1:36 PM, Kei Okada [email protected] wrote:

not not requried, just to want to see what's happens, also try with
--force-cmake,

important messages are

[jsk_2014_picking_challenge] -- Using these message generators:
gencpp;geneus;genlisp;genpy
[jsk_2014_picking_challenge] -- Generating .msg files for action
jsk_2014_picking_challenge/MoveArm2TargetBin

/home/k-okada/catkin_ws/ws_semi/src/2014-semi/jsk_2014_picking_challenge/action/MoveArm2TargetBin.action
[jsk_2014_picking_challenge] -- Generating .msg files for action
jsk_2014_picking_challenge/ObjectPicking

/home/k-okada/catkin_ws/ws_semi/src/2014-semi/jsk_2014_picking_challenge/action/ObjectPicking.action
[jsk_2014_picking_challenge] -- jsk_2014_picking_challenge: 22 messages, 7
services

◉ Kei Okada

On Wed, May 6, 2015 at 1:31 PM, Ryohei Ueda [email protected]
wrote:

roseus and pr2eus are listed on package.xml


Reply to this email directly or view it on GitHub
#30 (comment).


Reply to this email directly or view it on GitHub
#30 (comment).

@garaemon
Copy link
Member Author

garaemon commented May 6, 2015

I removed share/roseus/ros before compiling them

roseus
https://gist.github.com/garaemon/2635f247dd548d5b6fde

pr2eus
https://gist.github.com/garaemon/d4c6809c56fc8457e789

@k-okada
Copy link
Member

k-okada commented May 6, 2015

it works for me, please check rosversion roseus, rosversion geneus
https://gist.github.com/k-okada/985ed805cfbba0d2cc44

◉ Kei Okada

On Wed, May 6, 2015 at 1:46 PM, Ryohei Ueda [email protected]
wrote:

I removed share/roseus/ros before compiling them

roseus
https://gist.github.com/garaemon/2635f247dd548d5b6fde

pr2eus
https://gist.github.com/garaemon/d4c6809c56fc8457e789


Reply to this email directly or view it on GitHub
#30 (comment).

@garaemon
Copy link
Member Author

garaemon commented May 6, 2015

$ rosversion roseus
1.2.7
$ rosversion geneus
2.2.1

@garaemon
Copy link
Member Author

garaemon commented May 6, 2015

is roseus too old?

@k-okada
Copy link
Member

k-okada commented May 6, 2015

please rerun

catkin b pr2eus -iv --force-cmake

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants