uwrobotics / uwrt_mars_rover

Ros Metapackage for UWRT Mars Rover
MIT License
18 stars 7 forks source link

first time robot setup #227

Closed ChengTang62 closed 4 months ago

nico-palmar commented 1 year ago

Before we merge I'd like to take a deeper look but for now I just see a bunch of params in two yaml files and some additions to the URDF for autonomy specific things (like the camera and imu).

Where specifically did you get the params for the yaml files from? I assume you didnt just pull them out of the air? Also, how do you know we need the changes to the URDF? Has any testing been done to ensure that this is working?

ChengTang62 commented 1 year ago

Most parameters for navigation stay default for differential drive robot. I changed the parameters that are specifically related to the robot dimension like footprint radius. We can’t merge it yet because I set the position for the camera randomly.

Parameter tuning for navigation happens during testing and would depend on the specific task. If you just refer to if the imu and camera is integrated in the simulation correctly, then yes you can launch the display in gazebo, and they do publish data. But I don’t know if the parameters are the best fit for our rover and task. That would be the next step.

Get Outlook for iOShttps://aka.ms/o0ukef


From: Nick-palmar @.> Sent: Wednesday, February 1, 2023 12:30:48 AM To: uwrobotics/uwrt_mars_rover @.> Cc: Cheng Tang @.>; Author @.> Subject: Re: [uwrobotics/uwrt_mars_rover] first time robot setup (PR #227)

Before we merge I'd like to take a deeper look but for now I just see a bunch of params in two yaml files and some additions to the URDF for autonomy specific things (like the camera and imu).

Where specifically did you get the params for the yaml files from? I assume you didnt just pull them out of the air? Also, how do you know we need the changes to the URDF? Has any testing been done to ensure that this is working?

— Reply to this email directly, view it on GitHubhttps://github.com/uwrobotics/uwrt_mars_rover/pull/227#issuecomment-1411490732, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ARBVWTVBDIKGHDISLT5RYP3WVHYIRANCNFSM6AAAAAAUG4JYJU. You are receiving this because you authored the thread.Message ID: @.***>

keyonjerome commented 1 year ago

@ChengTang62 Is there a launch file or procedure you're using for booting this drivetrain URDF into the Gazebo simulation?

ChengTang62 commented 1 year ago

Not for the rover because there were some issues with the existing urdf that prevent the description from being parsed and I didn’t investigate it. I tested the configuration on a minimum differential drive robot.

Get Outlook for iOShttps://aka.ms/o0ukef


From: Keyon Jerome @.> Sent: Thursday, February 2, 2023 12:41:40 PM To: uwrobotics/uwrt_mars_rover @.> Cc: Cheng Tang @.>; Mention @.> Subject: Re: [uwrobotics/uwrt_mars_rover] first time robot setup (PR #227)

@ChengTang62https://github.com/ChengTang62 Is there a launch file or procedure you're using for booting this drivetrain URDF into the Gazebo simulation?

— Reply to this email directly, view it on GitHubhttps://github.com/uwrobotics/uwrt_mars_rover/pull/227#issuecomment-1414125787, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ARBVWTUZTY5GZSF3NCE57ILWVPWVJANCNFSM6AAAAAAUG4JYJU. You are receiving this because you were mentioned.Message ID: @.***>

nico-palmar commented 1 year ago

Ok so to be clear what does this PR do? Since you say that this is for a differential drive robot that might not be relevant to our rover is it worth merging this code in? Or is this just code that you will be using for testing stuff before you merge in the real stuff? This looks more like test code to me since it seems like you took it from somewhere else and is not tailored to our application - but correct me if I am wrong and we need this in our repo