ftPeter / RomiPi

ROS library for Pololu Romi with Raspberry Pi.
7 stars 11 forks source link

missing romi-back-castor.stl in romipi_description/meshes/wheels/ #5

Closed archie1983 closed 2 years ago

archie1983 commented 2 years ago

romi-back-castor.stl file seems to be missing in romipi_description/meshes/wheels/. When I try to bring it up, I get this error:

[ERROR] [1642774881.506015757]: Could not load resource [package://romipi_description/meshes/wheels/romi-back-castor.stl]: Unable to open file "package://romipi_description/meshes/wheels/romi-back-castor.stl".

Please add the missing file.

ftPeter commented 2 years ago

Hi,

I added the file, but I'm concerned it's from a different version of the model. I currently don't have a working test setup, can you let me know if this works and makes sense?

Thanks, Peter

On Fri, Jan 21, 2022 at 9:31 AM Arturs Elksnis @.***> wrote:

romi-back-castor.stl file seems to be missing in romipi_description/meshes/wheels/. When I try to bring it up, I get this error:

[ERROR] [1642774881.506015757]: Could not load resource

to open file "package://romipi_description/meshes/wheels/romi-back-castor.stl".

Please add the missing file.

— Reply to this email directly, view it on GitHub https://github.com/ftPeter/RomiPi/issues/5, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHENZQM4JHGTJ24UPARMIDUXFU4LANCNFSM5MPVNNGA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

archie1983 commented 2 years ago

Hey, thanks for that.

Ok, I did find a romi_castor.stl inside src/romipi_description/meshes/bases/. After renaming it and putting it in the wheels directory, the error is gone and it kind of shows up in the model, only shifted to a side- not quite where it is supposed to be, but still on the chassis. So I've been making do with that for a few days now. caster_from_chassis_directory

The new STL however- the one that you just added- shows up huge. I need to zoom out so far that the robot is not even visible anymore, just the caster. huge_caster

Please see images attached.

Other than that- thanks for the effort. I'm still going through it one project at a time to understand fully, but this is awesome. I ordered a LiDAR and raspberry Pi today to put it all together on my RoMI and hopefully get it all to work. Thanks!

ftPeter commented 2 years ago

Hi Arturs,

Thanks for letting me know. I've updated the git repo to reflect that file being in the wrong folder.

If you want to dig into it, the romipi_description/urdf/romipi.urdf.xacro is where the offset is configured. If you fiddle with those values, you can probably get it to line up.

You may have noticed that the model sometimes "bounces." I'm not really sure why this is happening and I'd be interested to hear back from you if you see anything.

I'm sorry to not be able to provide more support right now. The new semester is starting and I don't have as much time to devote to this as I ordinarily would. I'm really glad to see someone interested though.

Thanks, Peter

On Mon, Jan 24, 2022 at 9:40 AM Arturs Elksnis @.***> wrote:

Hey, thanks for that.

Ok, I did find a romi_castor.stl inside src/romipi_description/meshes/bases/. After renaming it and putting it in the wheels directory, the error is gone and it kind of shows up in the model, only shifted to a side- not quite where it is supposed to be, but still on the chassis. So I've been making do with that for a few days now. [image: caster_from_chassis_directory] https://user-images.githubusercontent.com/39572467/150803037-203102fd-2a78-482c-849a-59ce6c0055cc.png

The new STL however- the one that you just added- shows up huge. I need to zoom out so far that the robot is not even visible anymore, just the caster. [image: huge_caster] https://user-images.githubusercontent.com/39572467/150803118-757fa410-9752-456c-af89-8c45becce49d.png

Please see images attached.

Other than that- thanks for the effort. I'm still going through it one project at a time to understand fully, but this is awesome. I ordered a LiDAR and raspberry Pi today to put it all together on my RoMI and hopefully get it all to work. Thanks!

— Reply to this email directly, view it on GitHub https://github.com/ftPeter/RomiPi/issues/5#issuecomment-1020170260, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHENZXEFIJK4O7XE6ICCPLUXVQHPANCNFSM5MPVNNGA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you commented.Message ID: @.***>