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

Update genpy

asked 2020-03-27 06:40:10 -0500

bast_bast gravatar image

Hi all, it is maybe a dumb question. I wanted to use rosbag filter, but it returns an error. I traced it back and found out that one of my custom msgs is unicode instead of ascii. Anyhow, found that this problem was fixed in the package genpy since 0.6.9. rosversion genpy shows me that i have installed 0.6.7 in my kinetic. I tried to update via apt-get install but it looks like no new version is avaible. How can i update to 0.6.9 or 10 for my kinetic installation? is there another way instead of building ros from source?

Thank you for any hints!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2020-03-27 08:53:50 -0500

gvdhoorn gravatar image

updated 2020-03-27 09:18:37 -0500

From status_page/compare_kinetic_melodic.html?q=genpy, it looks like 0.6.9 is only released into Melodic. 0.6.7 is indeed the latest version for Kinetic.

is there another way instead of building ros from source?

you could try just building genpy from source.

No guarantees this will work though, as genpy is a rather low-level dependency for the message generation and introspection infrastructure. It could require to build all dependants of genyp from source as well.

edit flag offensive delete link more

Comments

thanks for the answer. very helpful the page. I got confused because 0.6.10. was still in the kinetic-devel branch here: https://github.com/ros/genpy/blob/kin... But there is simply no melodic branch :)

I was hoping for a simple solution. Thanks! for the quick help

bast_bast gravatar image bast_bast  ( 2020-03-27 09:36:56 -0500 )edit

Question Tools

Stats

Asked: 2020-03-27 06:40:10 -0500

Seen: 341 times

Last updated: Mar 27 '20