@billypilgrim bullet
seems to be a strict dependency (instead of optional).
Search Criteria
Package Details: gazebo 11.14.0-2
Package Actions
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.000123 |
First Submitted: | 2008-10-18 22:59 (UTC) |
Last Updated: | 2023-12-11 14:35 (UTC) |
Dependencies (34)
- boost (boost-gitAUR)
- cppzmq (cppzmq-gitAUR)
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- freeglut (freeglut-x11-gitAUR, freeglut-wayland-gitAUR)
- freeimage
- graphviz
- ignition-cmake-2AUR
- ignition-common-3AUR
- ignition-fuel_tools-4AUR
- ignition-math-6AUR
- ignition-msgs-5AUR
- ignition-transport-8AUR
- libccdAUR (libccdAUR, libccd-gitAUR)
- libltdl (libtool-gitAUR, libtool)
- libtar
- libxml2 (libxml2-gitAUR, libxml2-2.9AUR)
- ogre-1.9AUR
- protobuf (protobuf-gitAUR)
- qwt
- sdformat-9AUR
- tbb (onetbb-gitAUR, onetbb)
- tinyxml2 (tinyxml2-gitAUR)
- cmake (cmake-gitAUR) (make)
- doxygen (doxygen-gitAUR) (make)
- ruby-ronn (ruby-ronn-ng) (make)
- bullet (bullet-gitAUR, bullet-dp) (optional) – Bullet support
- ceguiAUR (cegui-gitAUR) (optional) – Design custom graphical interfaces
- ffmpeg4.4 (optional) – Playback movies on textured surfaces
- gdal (gdal-ecwAUR, gdal-hdf4AUR, gdal-libkml-filegdbAUR, gdal-libkmlAUR) (optional) – Digital elevation terrains support
- libdartAUR (optional) – DART support
- libspnav (libspnav-gitAUR) (optional) – space navigator joystick support
- libusb (libusb-gitAUR) (optional) – USB peripherals support
- simbodyAUR (optional) – Simbody support
- urdfdomAUR (optional) – Load URDF files
Required by (10)
Sources (1)
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)
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
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.