jsk-ros-pkg / geneus

3 stars 16 forks source link

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

Open garaemon opened 9 years ago

garaemon commented 9 years ago

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 commented 9 years ago

Please paste cmake output

2015年5月6日水曜日、Ryohei Uedanotifications@github.comさんは書きました:

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 https://github.com/jsk-ros-pkg/geneus/issues/30.

◉ Kei Okada

garaemon commented 9 years ago

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

k-okada commented 9 years ago

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 notifications@github.com wrote:

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

— Reply to this email directly or view it on GitHub https://github.com/jsk-ros-pkg/geneus/issues/30#issuecomment-99316467.

garaemon commented 9 years ago

Why is it required?

garaemon commented 9 years ago

roseus and pr2eus are listed on package.xml

k-okada commented 9 years ago

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 notifications@github.com wrote:

roseus and pr2eus are listed on package.xml

— Reply to this email directly or view it on GitHub https://github.com/jsk-ros-pkg/geneus/issues/30#issuecomment-99317996.

garaemon commented 9 years ago

I see, I will put log

◉ ryohei

On Wed, May 6, 2015 at 1:36 PM, Kei Okada notifications@github.com 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 notifications@github.com wrote:

roseus and pr2eus are listed on package.xml

— Reply to this email directly or view it on GitHub https://github.com/jsk-ros-pkg/geneus/issues/30#issuecomment-99317996.

— Reply to this email directly or view it on GitHub https://github.com/jsk-ros-pkg/geneus/issues/30#issuecomment-99318261.

garaemon commented 9 years ago

I removed share/roseus/ros before compiling them

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

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

k-okada commented 9 years ago

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 notifications@github.com 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 https://github.com/jsk-ros-pkg/geneus/issues/30#issuecomment-99320496.

garaemon commented 9 years ago
$ rosversion roseus
1.2.7
$ rosversion geneus
2.2.1
garaemon commented 9 years ago

is roseus too old?

k-okada commented 9 years ago

please rerun

catkin b pr2eus -iv --force-cmake