Package Details: gazebo 11.14.0-2

Git Clone URL: https://aur.archlinux.org/gazebo.git (read-only, click to copy)
Package Base: gazebo
Description: A multi-robot simulator for outdoor environments
Upstream URL: https://classic.gazebosim.org/
Licenses: Apache
Submitter: None
Maintainer: acxz
Last Packager: acxz
Votes: 35
Popularity: 0.004998
First Submitted: 2008-10-18 22:59 (UTC)
Last Updated: 2023-12-11 14:35 (UTC)

Pinned Comments

billypilgrim commented on 2022-05-09 16:04 (UTC)

Development is on Github: https://github.com/acxz/gazebo-arch Please open issues and PRs there instead of commenting.

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 33 Next › Last »

leuko commented on 2020-08-04 18:20 (UTC)

@billypilgrim bullet seems to be a strict dependency (instead of optional).

acxz commented on 2020-05-27 18:18 (UTC) (edited on 2020-05-27 18:18 (UTC) by acxz)

@billypilgrim Thx! its been a while (about a year now) since I first started working on packaging/helping package robotics libraries for Arch. The ROS packages (and their deps) have come a long way for sure with everyone's help, but the real milestone will be when we get binary packages out via arch4edu.

billypilgrim commented on 2020-05-27 17:45 (UTC)

@acxz That looks cool! Nice work.

acxz commented on 2020-05-27 16:59 (UTC)

I'd also like to add the following issue that tracks rosdep on Arch Linux: https://github.com/ros-noetic-arch/ros-noetic-desktop-full/issues/4 TLDR: work is in progress on getting package parity with Ubuntu for rosdep, feel free to help out!

@ramdambo you may find this useful

billypilgrim commented on 2020-05-27 16:35 (UTC)

@ramdambo Is there a specific reason why you're using rosdep? What are you trying to achieve?

Bear in mind that packages will be named differently on Arch to Ubuntu. The gazebo package does include headers etc. (as *-dev packages do in Debian/Ubuntu), but, as @acxz points out, this package is for the latest version of gazebo (i.e. the v11 series), not v9, so if ROS requires an older version of gazebo then things might not work.

acxz commented on 2020-05-27 12:18 (UTC)

@ramdambo that makes sense since this package is at version 11 not 9. What ROS are you using? I am using ROS Noetic and have been using this gazebo with it just fine for the past week.

ramdambo commented on 2020-05-27 11:18 (UTC)

Installed this for use with ROS, but rosdep tells me that libgazebo9-dev is missing. Is this not provided with this package ?

billypilgrim commented on 2020-04-20 12:09 (UTC)

As these issues affect the ignition-math package please address your comments there for the benefit of other users. Plus, I don't maintain that package so I can't fix it.

I did have the same issue though and I was able to fix it by uninstalling swig beforehand (there seems to be a problem with swig and the latest version of ruby). Of course, the cleanest way to build a package is in a clean chroot: https://wiki.archlinux.org/index.php/DeveloperWiki:Building_in_a_clean_chroot

julianoes commented on 2020-04-20 11:56 (UTC)

I'm getting the same build error as @msethi during the ignition-math build:

~/.cache/yay/ignition-math/src/ignitionrobotics-ign-math-11bba67b3176/build/src/CMakeFiles/math.dir/Vector3RUBY_wrap.cxx:1270:85: error: call of overloaded ‘rb_define_virtual_variable(const char [21], VALUE (&)(...), NULL)’ is ambiguous
 1270 |   rb_define_virtual_variable("SWIG_TRACKINGS_COUNT", swig_ruby_trackings_count, NULL);
      |                                                                                     ^

insaanimanav commented on 2020-04-20 11:41 (UTC)

https://hastebin.com/yamomazodo.m getting this weird error