-
Notifications
You must be signed in to change notification settings - Fork 157
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
Is ford_msgs an open package on ROS? #1
Comments
good point. that's actually a custom pkg i haven't uploaded to github yet. i suggest you look into the cadrl_node.py file to see where those custom msgs are being used (i think clusters, plannermode, safeactions) and see if there is a way to modify the python code to handle the input your system current uses. for example, we have our laserscan clusters in a custom message format, but any existing message format you have to define other agents' positions, velocities etc could be fit into this sample code without too much trouble. that is probably much easier than trying to modify the rest of your system to use our custom message formats to work with this script. i will try to remove those dependencies in the next few weeks |
Thx. I am Kaiyuan Xu from CFINS, Tsinghua University, China. I have read your paper and think you have done a great job. Our lab is very interested in the topic you have introduced and are trying to do some extended research related to yours. We can get in touch and push forward the research of robot control in people-rich environment. |
Sorry for the delay in response. Please find the |
Hi Mfe7. i also read your paper and i am trying to continue your work. i want to know which simulation software you used for this project? |
Thank you for the interest in the work. We wrote our own simulator for the
agent dynamics, hoping to release it at some point but no timeline yet.
This repo just contains the pre-trained network for inference, not the
training code.
…On Mon, Apr 1, 2019 at 6:47 AM mudassirej ***@***.***> wrote:
Hi Mfe7. i also read your paper and i am trying to continue your work. i
want to know which simulation software you used for this project?
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#1 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ADWgpZndGvSt93arelMjkQO1_VhZO_tnks5vceOYgaJpZM4SmLnf>
.
|
I cannot find ford_msgs on ROS website, is it a customized package? Where can I get that package? Thx.
The text was updated successfully, but these errors were encountered: